<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>访问错误--页面跳转中...</title>
<head>
<meta http-equiv=content-type content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="500;url=#">
<style type="text/css">
	body { background-image:url(/lib/images/404/bg.jpg);background-position: 40% 0px; ;font-family: "微软雅黑";font-weight: ;font: normal 100% Helvetica, Arial,sans-serif 900;}
	a{ text-decoration:none;}
	*{ margin:0px; padding:0px;}
	a:link {color: #fff; text-decoration: none ; text-decoration:none;}
	a:visited {color: #fff; text-decoration: none;}
	a:hover {color: #fff; text-decoration: none}
	.container {margin-left: auto; width: 100%; margin-right: auto; text-align: center; margin-top:100px;}
	.container_1 img { margin-top:5%; width:250px; height:120px;}
	.container_2 img { margin-top:-2%; }
	.container_3 img { width:25%; height:7.5%;}
	.container_3 { width:100%; margin:0 auto 0 auto;}
	.container_3_1 { color:#6bbaa3; font-size:36px; }
	.container_3_2 { color:#6bbaa3; font-size:22px; }
	.maincolumn {margin-left: auto; width: 100%; margin-right: auto; text-align: center;display:block; margin-top:30px;}
	.maincolumn .maincolumn_bg { height:50px; line-height:50px; margin:auto;text-align:center;overflow:hidden;}
	.maincolumn .maincolumn_bg p { width:340px;margin:0 auto;text-align:center;}
	.maincolumn .maincolumn_bg p a{ width:90px;float:left;padding:0 5px;font-size: 18px; display:inline-block;background-color:#6bbaa3;color: #ffed00;}
	.maincolumn .maincolumn_bg p a:hover { background-color:#47997d;}
	.maincolumn .maincolumn_bg p span{width:90px;float:left;line-height:56px;padding:0 10px;font-size:14px;display:inline-block;background-color:#6bbaa3;color: #e9f5f5;}
	.maincolumn .maincolumn_bg p span.sp1{padding-left:20px;}
	.maincolumn .maincolumn_bg p span.sp2{padding-right:20px;}
	.maincolumn .maincolumn_bg p span i{ font-style: normal; margin: 0 7px; font-size:18px;color: #ffed00;}
	@media only screen and (max-width: 1000px) {
		  /*.maincolumn { display:none; width:0px;}*/
	}
</style>
<script type="text/javascript">
    var secs=3;
    for(var i=secs;i>=0;i--){
       window.setTimeout("doUpdate("+ i + ")",(secs-i)*1000);
    }
    function doUpdate(num){
       document.getElementById("second").innerHTML=num;
       if(num==0) window.location='http://' + window.location.host;
    }
</script>
</head>
<body>
	<!--gif图-->
	<div class="container">
		<div class="container_1"><img src="/lib/images/404/404.png"></div>
		<div class="container_2"><img src="/lib/images/404/3.22.gif" ></div>
		<div class="container_3">
			<div class="container_3_1"><span>SORRY你要访问的页面弄丢了</span></div>
			<div class="container_3_2"><span>你可以通过以下方式重新访问......</span></div>
		</div>
	</div>
    <!--导航-->
	<div class="maincolumn">
	  <div class="maincolumn_bg">
         <p>
			<span class="sp1">页面自动跳转</span><script>document.write("<a href='http://" + window.location.host + "' title='返回首页'>返回首页</a>");</script><span class="sp2">等待<i id="second">0</i>秒</span>
		 </p>
      </div>
	  <div></div>
	</div>
	</div>
</body>

</html>
